|
|
|
|
MoveUp Method, HeadersClass Class |
Moves the specified column header row up by one row.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Sub MoveUp( ByVal RowIndex As Integer ) |
C# |
public void MoveUp( int RowIndex ); |
C++ |
public: void MoveUp( int RowIndex ); |
RowIndex
Zero-based index of the row to move.
Comments
The MoveUp method moves the specified column header row up by one row.
All cells of the specified row are moved up by one position.